home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5567 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.mindspring.com!usenet
  2. From: Richard Pitts <rpitts@atl.mindspring.com>
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: Java? Was: "SHOULD I DUMP VISUAL BASIC?"
  5. Date: 5 Feb 1996 18:38:27 GMT
  6. Organization: MindSpring Enterprises, Inc.
  7. Message-ID: <4f5ir3$jq2@stealth.mindspring.com>
  8. References: <4e9g08$3dp@maureen.teleport.com> <Pine.SUN.3.90.960126125658.2477C-100000@menger.eecs.stevens-tech.edu> <sundial.2191.00464727@primenet.com> <DLvxyq.62w@news.hawaii.edu> <4et3p7$79o@cloud9.net> <823335327.28831@williaj.demon.co.uk> <mac.318.3115D621@zeus.hsrc.ac.za>
  9. NNTP-Posting-Host: rpitts.mindspring.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; U; 16bit)
  14.  
  15. >Since I can never get into Sun's Java site, perhaps someone could clarify what 
  16. >Java is.. I have heard the following:
  17.  
  18.  
  19. Don't dump VB.  Most of what you listed is true of Java except 
  20. for creating EXE's.  It doesn't now, and probably never will.
  21.  
  22. Java is for internet programming - completely hardware 
  23. independent.  All you need on the client side is a Java virtual 
  24. machine (expect to see most internet browsers to include this 
  25. support in the future).
  26.  
  27. Microsoft is responding to this with VB Script.  An internet 
  28. programming subset of VB.
  29.  
  30. Problems with both Java and VB Script: limited functionality of 
  31. all types including limited database and file access; security 
  32. concerns (i.e. executable code downloaded directly into memory 
  33. and executed - virus check that!), performance over the net, etc, 
  34. etc.
  35.  
  36. If you need to do internet programming, wait for VB script and 
  37. leverage your VB knowledge there.  Java is just like C++ so 
  38. expect a steeper learning curve.
  39.  
  40. If you aren't doing internet programming, stick with VB!
  41.  
  42.  
  43.  
  44.